Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NBlocksStack<T> Class
Fields Properties Methods


In This Topic
    NBlocksStack<T> Class Members
    In This Topic

    The following tables list the members exposed by NBlocksStack<T>.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the count of items (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>)
    Public PropertyGets or sets the item at the specified index (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>)
    Top
    Public Methods
     NameDescription
    Public MethodRemoves all items from this object (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>)
    Public MethodQueries whether the specified item is contained in this object. (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>)
    Public MethodCopies all items of this set to the specified array, starting from the specified array index. (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>)
    Public MethodEnforces a certain depth of the stack by removing the first objects, until the stack count reaches the specified one  
    Public MethodGets an iterator that iterates through the items in forward order. (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>)
    Public MethodGets an iterator that iterates through the items in a reverse order. (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>)
    Public MethodOverloaded. Gets the index at which an item appears for the first time. Returns -1 if the item does not appear in the set. (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>)
    Public MethodOverloaded. Gets the index at which the item appears in the set for the last time, starting from the specified index. Returns -1 if the item does not appear in the set. (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>)
    Public MethodReturns the top item of the stack without returning it  
    Public MethodRemoves and returns the top item of the stack  
    Public MethodInserts the item at the top of the stack.  
    Public MethodConverts this set to an array. (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>)
    Top
    See Also